/*
Theme Name:     Tarski Child
Theme URI:      
Description:    Child theme from Tarski for my website
Author:         
Author URI:     
Template:       tarski
Version:        0.1.0
*/

/* sort the font size out */
body {
font-size: 12px; /* instead of 76% */
}
/* scrunch up the header a bit */
#header-image {
    margin: 0 0 -45px;
}
#title {
    margin: 0 0 -20px;
}
/* treat dd, dt the same way as li */
body .content dd,
body .content dd {
    line-height:1.4;
}

/* sort the margin on lists */
ul, ol {
    margin: 0 0 1em 20px;
    padding: 0
}

/* stuff used on the old site, need it here too for the imported entries
 * (and may be useful anyway)
 */
.bigger { font-size: 110%; }
.biggest { font-size: 150%; }
.little { font-size: 70%; }
.center { text-align: center; }

/* text inside a table in the content section */
.ctable { font-size: 90%;
          padding: 1em;
          line-height: 1.6; }
p.quote { margin-top: 1ex;
          margin-left: 3ex;
          margin-right: 3ex;
          margin-bottom: 1ex;
          font-style: italic;
          text-align: left;
          background-color: transparent;
          color: #808080;
          /* width: 75%; */
          }
blockquote { margin:0 0 1em 0;
	     padding:0 30px;
	     color:#808080;
	   }
p.author {  margin-top: 0ex;
          margin-left: 3ex;
          margin-right: 3ex;
          margin-bottom: 1ex;
          font-style: normal;
          text-align: right;
          background-color: transparent;
          color: #808080;
           }
span.quoteAuthor { font-style: normal;
                   }
span.cite { font-style: italic; 
       color: #808080;
       background-color: transparent;
}

dt { font-weight: bold;
     color : #808080;
     background-color : inherit;
     margin-top: 1ex;
     margin-left: 3ex;
     }

/* contact form. want bigger input fields. */
input.wpcf7-text {
    width: 400px;
}
.wpcf7-form-control-wrap textarea {
    width: 400px;
}


/*****************************************************
 * hide stuff for publications
 */
div.publication p.metadata span.updated {
   display: none;
}
